[index]
Add Property Command
Syntax
add property <property> to <object>
Description
The add property command associates a custom property with an object. <property> must be a character string containing no spaces of up to 255 characters in length. The property is created empty.
Once created, a custom property can have a value consisting of any string of up to 255 characters in length.
Examples
add property vocation to bmp "my bitmap"
After you add a property to an object, you can assign a value to the property using the set command.
You can specify the contents of a variable for <property> using the do command in a statement like the following:
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.